home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 3614 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.1 KB

  1. Path: gwen.pcug.co.uk!ppse!ppieroni
  2. Newsgroups: comp.sys.cbm
  3. Message-ID: <238@ppse.win-uk.net>
  4. References: <4hnl6s$1g8@aldebaran.sct.fr>
  5. Reply-To: ppieroni@ppse.win-uk.net (Chip Pieroni)
  6. From: ppieroni@ppse.win-uk.net (Chip Pieroni)
  7. Date: Fri, 08 Mar 1996 13:20:58 GMT
  8. Subject: Re: WANTED: C64/1541 accelerator docs
  9.  
  10.  
  11. In article <4hnl6s$1g8@aldebaran.sct.fr>, WINTER (winter@worldnet.net) writes:
  12. >I'm looking for the full docs to accelerate my C64 and 1541. A friend
  13. >of mine did it by inserting a special chip inside the 64 (and maybe the
  14. >1541, I don't remember...). There is also a switch in the back of the
  15. >64 to select between extended/normal speed.
  16. >
  17. >If anyone have these docs, please EMail them to winter@worldnet.net
  18. >
  19. >
  20.  
  21.  13.1.2.  What is a ROM replacement?
  22.   
  23.   As programs became more complex, some programs would not operate with
  24.   this approach.  Thus, the developers then rewrote parts of the Commodore
  25.   operating system on both the computer and the disk drive, and replaced the
  26.   parts of them that did disk I/O with new pieces of code.  This is the idea
  27.   behind JiffyDos and others.
  28.  
  29.   The basic idea in speeding up the disk drive is to use more than 1 line
  30.   to transfer data, effectively doubling the transfer speed.  Then, reduce
  31.   synchronization requirements in the protocol to a bare minimum, as
  32.   synchronizing time is time not being used to do transfers.
  33.  
  34.   The fastload cartridges are handicapped somewhat by the need to transfer
  35.   the portion of the program that runs in the disk drive to the drive using
  36.   the slow speed evry time the drive is used.  This can be alleviated
  37.   somewhat, but the replacement operating system replacement products like
  38.   JiffyDos win the race since they do not need to load code into the drive,
  39.   as it is already there.
  40.  
  41.  
  42.   13.1.3.  What are the disadvantages to using a drive enhancement?
  43.   
  44.   The products are not 100% compatible, as they sacrifice reliability for
  45.   speed somewhat.  That means that a program that does not load due to an
  46.   error while using a fastload product will probably load without the
  47.   fastloading enabled.  Also, some programs can not handle the change in
  48.   loading or reading speed, so these enhancements yield about 90%
  49.   compatibility.
  50.  
  51.  
  52.   13.1.4.  What other things can I do to speed up the drive?
  53.   
  54.   You can also increase the speed of disk drive operation by organizing
  55.   consecutive parts of a file on disk to fall a certain number of disk
  56.   sectors apart.  This is called the interleave or interleaving factor.
  57.   Normally, a 1541 disk drive space consecutive parts of a file 10 sectors
  58.   apart, but you can change that a little to minimize the time needed to find
  59.   consecutive parts of a file.
  60.  
  61.   Also, the C128 in 128 mode hooked up to a 1571 or 1581 has a built-in
  62.   fastloading scheme called burst loading.  Therefore, if you are in 128 mode
  63.   and hooked up to a 1581 or a 1571, you already have this feature.  However,
  64.   the 128 in 64 mode reverts back to the old slow serial routines, and the 128
  65.   in any mode using a 1541 cannot use the burst load routines.
  66.  
  67.  
  68.   Was taken from the FAQ.
  69.  
  70.  
  71.   Cheers !
  72.  
  73.  
  74.   Chip Pieroni..
  75.  
  76.  
  77. ---
  78. Chip Pieroni
  79.  
  80. Vintage Systems Finder
  81.  
  82.  
  83.